>=>(_:_:)
Infix version of f composed with bind. Returns a function that maps a value
through both f and g.
-
Declaration
Swift
public func >=><A, B, C, D>(_ f: @autoclosure @escaping () -> (A) -> Result<B, D>,
View on GitHub
Install in Dash
>=>(_:_:) Function Reference